Change some function names to be longer and better.
authorMatthias Clasen <mclasen@redhat.com>
Wed, 31 May 2006 13:38:10 +0000 (13:38 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 31 May 2006 13:38:10 +0000 (13:38 +0000)
commit084729ac7fc2748f215250946332e8ab7b0bbcfb
treed280821327ad4478080558c72b87f8b1d6425bb9
parentc6a99eea8c9a170a8b8470fc6c9dfa3765e54982
Change some function names to be longer and better.

2006-05-31  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkprintcontext.h:
* gtk/gtkprintcontext.c:
* gtk/gtkprintoperation.c:
* gtk/gtkprintoperation-unix.c: Change some function names to be
longer and better.
gtk_print_context_get_cairo -> gtk_print_context_get_cairo_context
gtk_print_context_get_fontmap -> gtk_print_context_get_pango_fontmap
gtk_print_context_create_context -> gtk_print_context_create_pango_context
gtk_print_context_create_layout -> gtk_print_context_create_pango_layout
Update all callers.
ChangeLog
ChangeLog.pre-2-10
gtk/gtkprintcontext.c
gtk/gtkprintcontext.h
gtk/gtkprintoperation-unix.c
gtk/gtkprintoperation.c